Receive and Process Email with ASP.NET / C# [closed]

Posted by Arthur Chaparyan on Stack Overflow See other posts from Stack Overflow or by Arthur Chaparyan
Published on 2009-05-07T21:05:51Z Indexed on 2010/04/15 13:43 UTC
Read the original article Hit count: 289

Filed under:
|
|

Possible Duplicates:
Recommendations for a .NET component to access an email inbox
coding for how to receive a mail in windows apllication
What methods are there for having .NET code run and handle e-mails as they arrive?

I'm developing a social networking site that will allow users to send an email to an email address that is for posting. This is the same thing Blogger does. This allows me to take a picture with my phone and send it to [email protected] and have it posted to my profile.

The site is running IIS6 and I have full access to the server. Emails are currently being processed using the SMTP service that comes with Windows 2003 Server, but I can switch to another system without any issues. I am assuming I would have to somehow have the incoming emails either go into a folder that my application is watching or cause incoming emails to trigger a script.

can anyone point me in the right direction?

© Stack Overflow or respective owner

Related posts about email

Related posts about c#